/*Applique une couleur de 
fond jaune à tout élément a
 suivant directement un 
 élément p*/
 
p + a{
    background-color: yellow;
}
